home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / search / lsmtool-.6 / lsmtool- / lsmtool-0.6 / pre-cnvt < prev    next >
Text File  |  1994-11-11  |  115b  |  7 lines

  1. #!/bin/sh
  2.  
  3. sed '    s/^Begin2/Begin3/;
  4.     s/[     ]*=/:/;
  5.     s/^Desc1:/Description:/;
  6.     s/^Desc[2-9]:/                /' "$@"
  7.